home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000280_news@columbia.edu _Thu May 4 13:37:09 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA13381
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Thu, 4 May 2000 13:37:09 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA23918
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 4 May 2000 13:37:08 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA19324
  10.     for kermit.misc@watsun.cc.columbia.edu; Thu, 4 May 2000 13:30:25 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "Itzak Ademic" <itzak.ademic@worldnet.att.net>
  13. Subject: Re: Type ? or HELP for help.
  14. Organization: Unattractive Data Associates
  15. Message-ID: <EsiQ4.48075$fV.2981519@bgtnsc05-news.ops.worldnet.att.net>
  16. Date: Thu, 04 May 2000 17:30:12 GMT
  17. To: kermit.misc@columbia.edu
  18.  
  19. If MSK knows that it's reading from the "real" keyboard,
  20. rather than taking from a script,
  21. can it issue the help advice only just before
  22. the first such "real" read?
  23. (It knows enough to issue a prompt, right?)
  24.  
  25. Joe Doupnik wrote in message ...
  26. >In article <8ej2pn$3dd$1@nnrp1.deja.com>, Peter Easthope
  27. <peter_easthope@gulfnet.pinc.com> writes:
  28. >> When MS-DOS Kermit is started with
  29. >>
  30. >>   msk316 -f script
  31. >>
  32. >> it mentions
  33. >>
  34. >>   Type ? or HELP for help.
  35. >>
  36. >> but this is seems inappropriate in script processing.
  37. >> Can this reminder be shut off?
  38. >>
  39. >> Thanks,    peter_easthope@gulfnet.pinc.com
  40. >---------
  41. > It all depends, as they say. The script need not be a hands-off
  42. >affair disallowing user input. The most common script is mskermit.ini
  43. >itself and user interaction is the norm with it. Thus the Type ? message
  44. >occurs because MSK can't know that no user interaction is desired. I don't
  45. >think there is an easy solution to this.
  46. > Joe D.
  47.